type google.golang.org/grpc/internal/channelz.normalSocket

13 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L305: 	ns := &normalSocket{refName: ref, s: s, id: id, pid: pid.Int()}
		funcs.go#L367: 	normalSockets    map[int64]*normalSocket
		funcs.go#L375: 		normalSockets:    make(map[int64]*normalSocket),
		funcs.go#L418: func (c *channelMap) addNormalSocket(id int64, ns *normalSocket, pid int64) {
		funcs.go#L660: 	sks := make([]*normalSocket, 0, min(l, maxResults))
		types.go#L325: 	if v, ok := e.(*normalSocket); ok {
		types.go#L515: type normalSocket struct {
		types.go#L523: func (ns *normalSocket) addChild(id int64, e entry) {
		types.go#L527: func (ns *normalSocket) deleteChild(id int64) {
		types.go#L531: func (ns *normalSocket) triggerDelete() {
		types.go#L536: func (ns *normalSocket) deleteSelfIfReady() {
		types.go#L540: func (ns *normalSocket) getParentID() int64 {
		types.go#L591: 	case *normalSocket: